*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 13:17:16 +0000 (13:17 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 13:17:16 +0000 (13:17 +0000)
lisp/ChangeLog

index 499c10bf22c5b7313458c91011dea15422049894..f9ad6ef801d1384e5cf85c321112d3253cc6e020 100644 (file)
@@ -1,3 +1,16 @@
+2004-03-19  David Ponce  <david@dponce.com>
+
+       * ruler-mode.el (ruler-mode-header-line-format-old): Don't
+       `make-variable-buffer-local'.
+       (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
+       (ruler-mode-header-line-format): Simply funcall the above.
+       (ruler-mode): Use `make-local-variable' and `kill-local-variable'
+       to save/restore a previous header line format.
+       (ruler-mode-space): Don't depend on a numeric WIDTH value.
+       (ruler-mode-ruler): Use symbolic display elements for scrollbar,
+       fringes and margins width.
+       (ruler-mode-ruler-function): Default to ruler-mode-ruler
+
 2004-03-19  Kim F. Storm  <storm@cua.dk>
 
        * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.